home *** CD-ROM | disk | FTP | other *** search
/ PCNet 1998 June / PCnet Haziran 1998.iso / Internet / Tools / ANJAVA10.ZIP / DATA1.CAB / Program_Executable_Files / Applet / compat.txt next >
Encoding:
Text File  |  1998-04-23  |  2.2 KB  |  42 lines

  1.  
  2. Compatibility parameters:
  3.  
  4.  
  5. The "memdelay" parameter is useful only to run the applets without problems
  6. on some bugged versions of Netscape 3, that don't deallocate correctly
  7. the memory allocated, resulting in filling all the memory after a minute
  8. the applet is running. This can cause also a system crash in some cases.
  9. Last versions of browsers have fixed this problem, but if you want to run
  10. the applets on old bugged browsers too, set "memdelay" to low values, like
  11. "10" or "16", for example.
  12. But this will slow down a lot the applet speed, so you have to choose
  13. between speed (memdelay set to 1000 or higher) or slow compatibility with
  14. old browsers (memdelay set to 20 or lower).
  15.  
  16. The "priority" parameter is useful mainly when you are running more than
  17. one applet in same page, and one slows down or hangs.
  18. If this applet rus too slow or hangs because other one steal all the CPU
  19. power, try increasing the priority.
  20. Otherwise, if this applet runs well and others slows down, decrease the
  21. priority. Consider the min priority is 1, normal priority is 5, and the
  22. max priority is 10. Usually a priority of 3 is ok for single applets.
  23.  
  24. The "fixnetscape" parameter is useful only when the applet is visualized
  25. with Netscape 3, under Win95. In fact, Netscape has a bug displaying
  26. IndexColorModel, resulting in less colours than normal and dithering.
  27. Setting "fixnetscape" to "YES", the effect will run slower on all browsers,
  28. but will have correct colors on Netscape 3.0. Setting it to "NO", the effect
  29. will run faster on all browsers, except Netscape 3.0 that will display in
  30. worst way. Notice that Netscape 4 and Explorer haven't this problem.
  31.  
  32. The "MinSYNC" parameter must be set to a value between 8 and 16 to slow
  33. down animation in the case it runs too faster on faster computers or because
  34. the applet size is very small. The optimal value seems to be 10, but you can
  35. disable this feature placing a value of 0 if you see flickerings or excessive
  36. slow down.
  37. If the applets steal 100% of CPU power or slows down the browser and Operating
  38. System, try increasing MinSYNC until all runs ok.
  39. Usually values between 40 and 400 fixes all problems, even if applet slows
  40. down for compatibility.
  41.  
  42.